We still need the APP_SECRET_TOKEN in .travis.yml

Dotenv is loaded after the exception about the missing token is thrown

Dominik Sander 9 ans auparavant
Parent
Commettre
508d493150
1 fichiers modifiés avec 3 ajouts et 1 suppressions
  1. 3 1
      .travis.yml

+ 3 - 1
.travis.yml

@@ -1,12 +1,14 @@
1 1
 language: ruby
2 2
 cache: bundler
3 3
 bundler_args: --without development production
4
+env:
5
+  - APP_SECRET_TOKEN=b2724973fd81c2f4ac0f92ac48eb3f0152c4a11824c122bcf783419a4c51d8b9bba81c8ba6a66c7de599677c7f486242cf819775c433908e77c739c5c8ae118d
4 6
 rvm:
5 7
   - 2.0.0
6 8
   - 2.1.1
7 9
   - 1.9.3
8 10
 before_install:
9
-  - travis_retry gem install bundler  
11
+  - travis_retry gem install bundler
10 12
 before_script:
11 13
   - mysql -e 'create database huginn_test;'
12 14
   - bundle exec rake db:migrate db:test:prepare